home *** CD-ROM | disk | FTP | other *** search
/ Internet Surfer 2.0 / Internet Surfer 2.0 (Wayzata Technology) (1996).iso / pc / text / mac / faqs.003 < prev    next >
Text File  |  1996-02-12  |  28KB  |  713 lines

  1. Frequently Asked Questions (FAQS);faqs.003
  2.  
  3.  
  4.  
  5. 3B4000
  6.  
  7.     Processor:
  8.         WE32100 from 3B15 as control processor
  9.         1 or more 3B2/600's as attached processors
  10.  
  11.     Memory:
  12.  
  13.     Slots:
  14.  
  15.     Features:
  16.         Supports tons of SCSI disk
  17.  
  18.  
  19. 3B2 PERIPHERALS
  20.  
  21. Name    Device Code     Description
  22. ----    -----------     -----------
  23. SBD     0x0001          System motherboard
  24. NI      0x0002          10base5 ethernet card
  25. PORTS   0x0003          Ports card.  4 serial, 1 parallel. (includes HPP)
  26. CTC     0x0005          Cartridge tape controller.  23 MB
  27. NAU     0x0006          Network access unit.  1 MB STARLAN
  28. SCSI    0x0100          SCSI host adapter
  29. AIC     0x0101          Alarm interface circuit
  30. EPORTS  0x0102          Extended ports.  8 serial ports
  31. ISC     0x0201          Intelligent serial controller.  Bisync of X.25
  32. XDC     0x0204          External disk controller for 2 more MFM drives
  33. MAU     0xFD00          Math accelerator unit
  34. VCACHE  0xFE00          Extended memory chache (3B2/600 and higher)
  35. MPB     0xFF00          Multiprocessor board (3B2/600 and higher)
  36.  
  37. ------------------------------------------------------------------------------
  38. Subject: 12 How do I build GCC on the 3B2?
  39. ------------------------------------------------------------------------------
  40.  
  41. John L. Wehle ported GCC to the WE32000 series processor, and it
  42. first appeared in release 2.2 of GCC.
  43.  
  44. To build the GCC release on the 3B2, download the latest GCC
  45. distribution and allocate at least 35 MB of disk space to do the
  46. build.  Follow the directions in the INSTALL file.  The following
  47. are some notes that will make the install go smoother.
  48.  
  49. First of all, older versions of /lib/cpp are not capable of
  50. processing one of the source files.  I recommend building the
  51. distribution until the GNU cpp is done.  Then, temporarily replace
  52. your /lib/cpp with the GNU version, and add the following flag to
  53. CFLAGS:
  54.  
  55. CFLAGS = -U__STDC__
  56.  
  57. When stage1 is complete, you could remove the -U__STDC__ flag
  58. and restore your original cpp.
  59.  
  60. Basically, the steps are as follows:
  61.  
  62.     $ configure --target=we32k-att-sysv3
  63.     $ make LANGUAGES=c
  64.     $ make stage1
  65.     $ make LANGUAGES=c CC=stage1/gcc CFLAGS="-Bstage1/ -g"
  66.  
  67. [It is imporant to note that due to a bug in the AT&T compiler,
  68.  the optimizer doesn't get compiled correctly at this point.]
  69.  
  70.     $ make stage2
  71.     $ make CC=stage2/gcc CFLAGS="-Bstage2/ -g -O"
  72.  
  73. [Some people still have problems with the optimizer at this point.
  74.  If you do, just do not use the -O flag when compiling GCC.  The
  75.  symptom you will experience that tells you the -O flag should be
  76.  removed is the compilation of cccp.c will take a VERY long time.
  77.  Kill the compile and restart without the -O.]
  78.  
  79.     $ make stage3
  80.     $ make CC=stage3/gcc CFLAGS="-Bstage3/ -g -O"
  81.  
  82. To verify everything built correctly:
  83.  
  84.     $ for file in *.o; do
  85.     > tail +10c $file > foo1
  86.     > tail +10c stage3/$file > foo2
  87.     > cmp foo1 foo2 || echo $file
  88.     > done
  89.  
  90. Then, to install the distribution:
  91.  
  92.     $ make CC=stage3/gcc CFLAGS="-Bstage3/ -g -O" install
  93.  
  94. Good luck!
  95.  
  96. [These notes are a combination of my own experiences with building the
  97.  GCC compiler on a 3B2/400 and discussions with John Wehle, the author
  98.  of the port.]
  99.  
  100. NOTES:
  101.  
  102. The GCC binaries available on several anonymous FTP sites will not
  103. work with certain version of the standard C compiler.  It appears
  104. to be some sort of linker problem.  I may have a fix for it.
  105. Contact me via E-mail if you fall into this category.
  106.  
  107. Speaking of linker problems, GCC will not work all that well with
  108. the standard C shared library -lc_s.  The workaround for this is
  109. to compile your program with GCC, but the link will fail.  When it
  110. does, use something like the following to do the link stage:
  111.  
  112. $ cc -O -L/usr/local/lib/gcc-lib/we32k-att-sysv/2.2.2 program.o \
  113.     -o program -lgcc -lc_s
  114.  
  115. This way, you will not only get fast binaries, but small ones as
  116. well.
  117.  
  118. You may need to raise your ULIMIT to compile the g++ compiler as
  119. the executable is larger than 1 MB.
  120.  
  121. ------------------------------------------------------------------------------
  122. Subject: 13 What is the NVRAM SANITY FAILURE?
  123. ------------------------------------------------------------------------------
  124.  
  125. The full error message resembles the following:
  126.  
  127. FW ERROR 1-01: NVRAM SANITY FAILURE
  128.                DEFAULT VALUES ASSUMED
  129.                IF REPEATED, CHECK THE BATTERY
  130.  
  131. The 3B2 stores information such as the time of day clock and machine
  132. name in non-volatile memory.  The memory is backed up by a Lithium
  133. battery, that does die after a few years.  The battery is normally
  134. located in the right side of the case, near the cards, and connected to
  135. the motherboard under the card in slot 2.  Replacing the battery almost
  136. always requires the complete removal of the card cage.  Replacement
  137. batteries can be found at some electronics stores.  I won't list exact
  138. specifications because I have seen 3 different types of batteries so
  139. far, and there may be more.  Your best bet is to just buy another
  140. batter with the exact same voltage and modify the connector to fit.
  141.  
  142. ------------------------------------------------------------------------------
  143. Subject: 14 Is there an implementation of SLIP for the 3B2?
  144. ------------------------------------------------------------------------------
  145.  
  146. Rumor has it that there was one written by Wollongong, but AT&T
  147. purchased exclusive marketing rights to WIN TCP/IP for the 3B2, but
  148. chose NOT to include SLIP.  There is the NOS (KA9Q) package that
  149. supposedly provides SLIP capabilities, but I have not tried it and
  150. don't know if it'll run on a 3B2.
  151.  
  152. ------------------------------------------------------------------------------
  153. Subject: 15 What are the known bugs in the Wollongong WIN TCP software?
  154. ------------------------------------------------------------------------------
  155.  
  156. From: Steven M. Kilby <skilby@ucqais.cba.uc.edu>
  157.  
  158. rexecd:
  159.     The rexecd released with WIN TCP for the 3B2 has the following bug.
  160. This bug has been verified on a 400 with TCP 3.0.1 and 3.2.  When executing
  161. a command using the rexecd daemon, the gid of the user is set and left at
  162. root.  This is very apparent when executing a command that creates a shell,
  163. such as XTerm.  The only available solutions at present are to rewrite the
  164. daemon yourself, or.... not run it.  The problem has been reported to CERT.
  165.  
  166. ------------------------------------------------------------------------------
  167. Subject: 16 Is there an implementation of NFS for the 3B2?
  168. ------------------------------------------------------------------------------
  169.  
  170. The person to contact about 3B2 software is Kristine Schneider
  171. [708-979-1017].  I called her and obtained the following information
  172. about NFS:
  173.  
  174. Latest Versions:        1.3
  175. Requires:               System V Rel 3.2.1 or 3.2.3, WIN/TCP 3.2 or higher
  176. Product Code:           C274-0NB3-000
  177. List Price:             $1295.00
  178.  
  179. This package is for the WE versions of the 3B2.  NFS comes bundled with
  180. SVR4 for RISC-based 3B2's.  TCP/IP on the other hand, does not and has
  181. to be purchased separately.
  182.  
  183. ------------------------------------------------------------------------------
  184. Subject: 17 What are the pinouts of those phone-like serial connectors?
  185. ------------------------------------------------------------------------------
  186.  
  187. The connectors 3B2's use are called RJ-45.  They are 8 conductor
  188. telephone like connectors, and lucky for us, are pretty standard.
  189. You can either buy the cables and connectors from AT&T for an arm
  190. and a leg, or elsewhere.  I don't know about the cables, since I've
  191. never bought them from anyone but AT&T, but I have made my own
  192. RS-232 connectors with excellent results.
  193.  
  194. The following is an excellent description of the RJ-45 port on the
  195. 3B2:
  196.  
  197. From: rthomas@hakatac.almanac.bc.ca (Robert N Thomas)
  198.  
  199. Looking into the 8 pin modular RJ-45 jack you'll see that pin 1
  200. should be on the right.
  201.  
  202.     Diagram of what you should see when looking
  203.     at an 8 PIN modular jack connector.
  204.  
  205.                +----------+
  206.                | 87654321 |
  207.                |          |
  208.                +--+    +--+
  209.                   |    |
  210.                   +----+
  211.  
  212. Ok, not all 3B2 8 pin modular jack connectors are created "EQUAL".
  213. These beasties are used for running StarLan 1MBit, EPORTS cards,
  214. PORTS cards, as well as for running ETHERNET 10MBits as well.
  215.  
  216. The pin outs for the two modular jack cables on the back of the
  217. 3B2, as well as for the PORTS card should be as follows:
  218.  
  219.      PIN     Lead           Direction             Explanation
  220.     =====  ==========     =============         ========================
  221.       1     PROT GRD                              Ground
  222.       2     reserved                              Not Connected
  223.       3     TXD0            Out                   Transmit Data
  224.       4     DTR0            Out                   Data Terminal Ready
  225.       5     RXD0            In                    Receive Data
  226.       6     DCD0            In                    Data Carrier Detect
  227.       7     SIG GRD                               Signal Ground
  228.       8     reserved                              Not Connected
  229.  
  230. The 2 modular jacks on the back of your machine should be labeled
  231. console and contty.  If your talking about a PORTS card, here is
  232. what one looks like:
  233.  
  234.      Centronics connector
  235.      for Parallel Printer
  236.           |
  237.          \|/
  238.      +------------+     +----+    +----+    +----+   +----+
  239.       \          /      |    |    |    |    |    |   |    |
  240.        \________/       +-__-+    +-__-+    +-__-+   +-__-+
  241.  
  242.                            ^         ^        ^        ^
  243.                           The above 4 RJ45 connectors are for
  244.                         plugging serial terminals into your 3B2.
  245.  
  246. The EPORTS card is card that has 8 RJ45 connectors (8 pin modular
  247. jacks) on it.  This card is where you would want to plug a high
  248. speed modem onto your system, because the above connectors DO NOT
  249. SUPPORT HARDWARE FLOW CONTROL.  The PIN OUTS for the EPORTS card
  250. is as follows:
  251.  
  252.      PIN     Lead           Direction             Explanation
  253.     =====  ==========     =============         ========================
  254.       1     PROT GRD                              Ground
  255.       2     CTS             Out                   Clear to Send
  256.       3     TXD0            Out                   Transmit Data
  257.       4     DTR0            Out                   Data Terminal Ready
  258.       5     RXD0            In                    Receive Data
  259.       6     DCD0            In                    Data Carrier Detect
  260.       7     SIG GRD                               Signal Ground
  261.       8     RTS             In                    Request to send
  262.  
  263. * NOTES:
  264.  
  265. CTS & RTS (if you have them).
  266.     Most 3B2 systems need to do the following to enable hardware
  267.     flow control.  Otherwise the 3B2 will ignore RTS & CTS.
  268.     Also see the FAQ item about handing high speed modems on
  269.     EPORTS cards for more detailed information.
  270.  
  271.     epstty hfc    <-- XON/XOFF flow control must be disabled
  272.               before you do this.  The stty command is
  273.               one way to disable XON/XOFF.  Line
  274.               DISCIPLINES are another way to do this.
  275.               See etc/gettydefs file.
  276.  
  277. DTR0 notes. {3B2 uses this to signal DISCONNECT}
  278.  
  279.     When the 3B2 is active on the port  (waiting for someone
  280.     to logon to the port or whatever.), DTR is active.   When
  281.     the 3B2 wishes to DISCONNECT (ie, too many wrong passwords,
  282.     or the user logs off the port), it will lower DTR momentarily.
  283.     If you are trying to get a modem to work, you might want
  284.     the modem to DISCONNECT the user when DTR is dropped..
  285.  
  286. DCD0 notes. {Used to tell 3B2 that the user has DROPPED CARRIER}
  287.  
  288.     When the DCD is set inactive, the 3B2 will assume that the
  289.     user has either turned off the terminal, or dropped carrier.
  290.     If this occurs, the user is logged off the system, and
  291.     background tasks are aborted.  If DCD is inactive, be
  292.     aware that NONE of the standard AT&T provided utilities
  293.     are capable of sending anything to the device.  There is
  294.     a way to get around this in the more recent releases of
  295.     the 3B2's OS.  See your admin documentation for details.
  296.  
  297.     Otherwise, in the case of a MODEM, when the user drops
  298.     carrier, you want the modem to "momentarily" lower this
  299.     DCD0 just long enough for the 3B2 to realize that the user
  300.     has dropped carrier.  The modem should then Re-ENABLE DCD0,
  301.     so that the 3B2 will be able to send data to the modem.
  302.     {needed for cu, and outbound UUCP to work correctly in
  303.     older releases of the OS}
  304.  
  305.     Most semi-decent modems are capable of handling DCD and
  306.     DTR in a 3B2 friendly manner.  I have done this with PEP's,
  307.     USR HST's, and MicroComm 9600 AX modems, without incident.
  308.  
  309. ------------------------------------------------------------------------------
  310. Subject: 18 What is the u3b. newsgroup heirarchy?
  311. ------------------------------------------------------------------------------
  312.  
  313. Don't worry about it, you're not missing anything.  It's an almost
  314. completely dead heirarchy that used to be about 3B2's and 3B1.
  315. Discussions about 3B2's have migrated to comp.sys.att, and discussions
  316. about 3B1's have migrated to comp.sys.3b1.
  317.  
  318. ==============================================================================
  319. If you have any other questions, or better answers, please send
  320. mail to 'greg@gagme.chi.il.us'
  321. ==============================================================================
  322. --
  323. Gregory A. Gulik                                 Call Gagme, a public access
  324.        greg@serveme.chi.il.us                    UNIX system at 312-282-8606
  325.    ||  gulik@rtsg.mot.com                        For information, drop a note
  326.                          to info@gagme.chi.il.us
  327. Path: bloom-picayune.mit.edu!snorkelwacker.mit.edu!stanford.edu!ames!haven.umd.edu!darwin.sura.net!gatech!rutgers!cmcl2!psinntp!psinntp!dg-rtp!usenet
  328. From: rice@mirage.rtp.dg.com (Brian Rice)
  329. Newsgroups: news.answers,alt.buddha.short.fat.guy
  330. Subject: alt.buddha.short.fat.guy Frequently Asked Questions List
  331. Summary: Starring a prominent religious figure who really is, plus EL DUPREE
  332. Message-ID: <1992Sep14.182819.717@dg-rtp.dg.com>
  333. Date: 14 Sep 92 18:28:19 GMT
  334. Sender: usenet@dg-rtp.dg.com (Usenet Administration)
  335. Reply-To: rice@dg-rtp.dg.com (Brian Rice)
  336. Followup-To: alt.buddha.short.fat.guy
  337. Organization: Data General Corporation, RTP, NC.
  338. Lines: 183
  339. Approved: news-answers-request@MIT.Edu
  340.  
  341. Archive-name: alt-buddha-short-fat-guy
  342. Last-modified: $Date: 1992/09/14 18:20:14 $
  343.  
  344. This is the Frequently Asked Questions list for alt.buddha.short.fat.guy.
  345. It is posted infrequently enough to be frustrating but often enough to
  346. be annoying.  Relax.  Have a cigar.
  347.  
  348.  
  349. Contents: 1.  Getting Started
  350.           2.  The Buddha
  351.           3.  Buddha Nature
  352.           4.  El Dupree
  353.  
  354. Send questions for inclusion in this list to Brian Rice <rice@dg-rtp.dg.com>
  355. or Lindsey Durway <durway@dg-rtp.dg.com>.
  356.  
  357. ************
  358. Part 1.  Getting Started
  359. ************
  360.  
  361. 1-1.  Does this newsgroup have a FAQ list?
  362.  
  363.       Yes.
  364.  
  365. 1-2.  How can I get it?
  366.  
  367.       Apparently, you don't.
  368.  
  369. 1-3.  Does this newsgroup have a purpose?
  370.  
  371.       Yes.
  372.  
  373. 1-4.  Which is?
  374.  
  375.       See question 1-2.
  376.  
  377. 1-5.  Is this an actual newsgroup, or is my system being toyed with?
  378.  
  379.       Yes and yes.
  380.  
  381. ************
  382. Part 2.  The Buddha
  383. ************
  384.  
  385. 2-1.  Who was the Buddha?
  386.  
  387.       The Buddha, originally called Gautama, was a young Brahmin of
  388.       comfortable means who became disillusioned with his bourgeois
  389.       existence and set out to find himself.  He adopted an austere
  390.       way of life, even abandoning his Doors tapes--certainly not
  391.       standard procedure for those on similar quests.  Eventually,
  392.       he achieved enlightenment, whereupon he became known as "The
  393.       Buddha,"  "The Enlightened One," or, to his friends, "Budd Light."
  394.  
  395. 2-2.  Isn't it silly having so many names for one person?
  396.  
  397.       I'm sorry.  I can't argue unless you've paid.
  398.  
  399. 2-3.  Wait, what about the "Buddah"?
  400.  
  401.       He spends his time hanging out with Ghandi in New Dheli.  Munching
  402.       on gerkhins, no doubt.
  403.  
  404. 2-4.  Is the purpose of this newsgroup to insult the Buddha?        |
  405.                                                                     |
  406.       No.  However, since the last thing the Buddha wanted was      |
  407.       veneration, perhaps we are insulting him by not insulting     |
  408.       him.  You have deeply troubled us.                            |
  409.  
  410. ************
  411. Part 3.  Buddha Nature
  412. ************
  413.  
  414. 3-1.  What is Buddha nature?
  415.  
  416.       As that prominent Buddhist, Louis Armstrong, said: "If you have
  417.       to ask, you'll never know."
  418.  
  419. 3-2.  Does "X" have Buddha nature?
  420.  
  421.       "X" does, but you don't.  Exception: if "X" is Ronald Reagan,
  422.       he doesn't and you do.
  423.  
  424. 3-3.  Could you repeat that?
  425.  
  426.       Yes.
  427.  
  428. ************
  429. Part 4.  El Dupree
  430. ************
  431.  
  432. 4-1.  Does El Dupree have the Buddha Nature?
  433.  
  434.       Yes.
  435.  
  436. 4-2.  Does Buddha have the El Dupree Nature?
  437.  
  438.       Often.
  439.  
  440. 4-3.  Who is El Dupree?
  441.  
  442.       He is the Ghost of the Western Plain, an unbathed drifter of
  443.       much notoriety, who gave us the game CamChata, "Devil Fingers."
  444.  
  445. 4-4.  Huh?
  446.  
  447.       What he said.
  448.  
  449. 4-5.  Are there koans in the tradition of El Dupree?
  450.  
  451.       There were several developed in the 50's, but there are only
  452.       re-runs now.
  453.  
  454. 4-6.  Open the pod bay doors, Hal.
  455.  
  456.       Get serious.  I've changed a lot since then.
  457.  
  458. 4-7.  Tell me a koan.
  459.  
  460.       Read on:
  461.  
  462.       El Dupree came upon an injured cur on the road to Mejave Mai.
  463.       "Rise cur," El Dupree said, casually pushing up the brim of his
  464.       big spangled sombrero. He sucked air through his teeth and waited.
  465.       The cur glanced sidelong at the colorful stranger and hissed,
  466.       "Yeah, riiiight. A fucking miracle worker? A talking hat? Funny
  467.       man from downtown?"
  468.  
  469.       El Dupree reached for his revolver, hesitated, and instead, took out
  470.       a #14 vinyl headsack. Yes, it was going to be a long day, he thought.
  471.  
  472.       And the dog was enlightened.
  473.  
  474. 4-8.  Do I have time for another koan?
  475.  
  476.       You have 15 minutes before the last bus leaves.  Read on:
  477.  
  478.       Pepito could just see daylight through the seams of the #14 vinyl
  479.       headsack.  He found that if he cocked his head slightly to one
  480.       side, he could glimpse, through the splitting seam of the headsack
  481.       (the aging headsack, the headsack that smelled of masa harina and
  482.       hair oil, the hated headsack of enforced ignorance), one crusty
  483.       corner of El Dupree's mouth.  El Dupree licked his lips, his tongue
  484.       the color of well-cured meerschaum, and muttered, "Yust you vate."
  485.  
  486.       Pepito was enlightened.
  487.  
  488. 4-9.  What's CamChata?
  489.  
  490.       Read on:
  491.  
  492.       The big-hatted lone figure on the horizon went unnoticed by the
  493.       sleeping man curled next to the pile of blackened chicken bones.
  494.       Faint dust devils rose behind the approaching stranger's horse and
  495.       the morning sun let play its light on the little dangling balls on
  496.       the brim of El Dupree's impressive sombrero.  Yes, men had made fun
  497.       of the proud sombrero, but those men were dead, El Dupree thought
  498.       to himself as he spurred toward the sleeping man he would soon
  499.       awaken and challenge to the deadliest of all games, the game that
  500.       had made its way from Tierra del Fuego, across Chile, and into the
  501.       heart of Mexico:  CamChata!  Devil Fingers!!
  502.  
  503. 4-10. Does CamChata hurt?
  504.  
  505.       Oh, baby, does it ever.  Read on:
  506.  
  507.       I rebel.
  508.       Grandfather.
  509.       Embrace me.
  510.       I rebel.
  511.       Yarn on the left, stones in groups of three and one, the
  512.         lizard bleeding from my fingernails.
  513.       I rebel.
  514.  
  515. 4-11. Is there more poetry inspired by El Dupree?
  516.  
  517.       Yes.
  518.  
  519. --
  520. Brian Rice   rice@dg-rtp.dg.com   +1 919 248-6328
  521. DG/UX Software Quality Assurance
  522. Data General Corp., Research Triangle Park, N.C.
  523. "Als ich von dir denke, strahl' ich wie ein Kernkraftwerk."  --Cynthia
  524. Xref: bloom-picayune.mit.edu alt.config:12875 news.groups:62256 news.answers:4457
  525. Path: bloom-picayune.mit.edu!enterpoop.mit.edu!spool.mu.edu!uunet!mcsun!uknet!gdt!aber!ccs
  526. From: ccs@aber.ac.uk (Christopher Samuel)
  527. Newsgroups: alt.config,news.groups,news.answers
  528. Subject: Creating a new "alt" group -- guidelines
  529. Summary: RTFSL
  530. Keywords: group creation alt
  531. Message-ID: <alt-config_723684470@aber.ac.uk>
  532. Date: 6 Dec 92 23:27:58 GMT
  533. Expires: Sun, 3 Jan 1993 23:27:50 GMT
  534. Sender: ccs@aber.ac.uk (Christopher "Jd" Samuel)
  535. Followup-To: alt.config
  536. Organization: University of Wales - Aberystwyth - Prifysgol Cymru
  537. Lines: 120
  538. Approved: news-answers-request@MIT.Edu
  539. Supersedes: <alt-config_722517882@aber.ac.uk>
  540. X-Original-Poster: markw@gvlf8.gvl.unisys.com (Mark H. Weber)
  541.  
  542. Archive-name: alt-config-guide
  543. Version: 1.3
  544. Last-modified: Thu Oct 22 16:36:09 GMT 1992
  545.  
  546.  
  547.  
  548.         Guidelines for the creation of an "alt" group.
  549.  
  550. There are no rules or guidelines for creation of "alt" groups, However
  551. there does appear to be an established procedure which follows.  First a
  552. quick bit of common-sense on choosing the name:
  553.  
  554. When choosing a name for a group please note the only commandment: Thou
  555. shalt not choose a group name which may cause network harm or harm to a
  556. local machine.
  557.  
  558.           Examples:
  559.  
  560.           alt.fan.enya.puke.puke.pukeSender:
  561.  
  562.           [preceding line to Sender had <CR> deleted; also the
  563.            trailing : can cause problems in some news systems]
  564.  
  565.           alt.verylonggroupnamethathasadirectorylongerthanmost\
  566.           machinessupportsotherehaha.very.funny
  567.  
  568.           alt.[insert300charactershere].very.long.group.name.\
  569.           that.is.too.big.for.newsrc
  570.  
  571.           alt.*.this.name.has.bad.characters.in.it
  572.  
  573.           alt..double.dot.group.name
  574.  
  575.  
  576.         Now the Guidelines:
  577.         -------------------
  578.  
  579.        1) Propose a new alt group in alt.config.  The proposal
  580.           should include a charter or purpose for the new group, and
  581.           some demonstration of the need for the group.  It is best to
  582.           make it clear in your subject line that you are proposing a
  583.           new group. Be prepared to explain why an existing group cannot
  584.           be used for this purpose, and why the group should be in "alt"
  585.           rather than in one of the mainstream hierarchies (like
  586.           "rec", "sci", etc.).  Avoiding the complexity of the
  587.           mainstream group creation procedure is not a very good
  588.           reason, groups should not be created in "alt" just because
  589.           it's easier.  Many sites do not get any alt groups, so if
  590.           you are proposing a serious group, it is worth the effort to
  591.           try to get it into a mainstream hierarchy.
  592.  
  593.        2) See what the alt.net.opinion of the new group is.  Wait a
  594.           few days for replies to trickle in from the far corners of
  595.           the net.  If the consensus (however you determine that) is
  596.           that the group should be created, then proceed to step 3.
  597.  
  598.           (these first two steps are often ignored, which usually
  599.           leads to unpleasantness in step 4 below)
  600.  
  601.        3) Post a "newgroup" control message.  If you don't know
  602.           how to do this, check with your news administrator.  If you
  603.           ARE your news administrator, and you can't figure it out
  604.           from the documentation you have (or don't have any
  605.           documentation) send me mail and I will help you.  NOTE that
  606.           many sites do NOT automatically honor "newgroup" and
  607.           "rmgroup" control messages, the news software at these sites
  608.           will send mail to the news administrator, who will evaluate
  609.           your request and decide whether or not to create the group.
  610.           It may take a couple of days for the control message to
  611.           propagate and be acted upon, so don't expect instant
  612.           availability of the new group, particularly if you post the
  613.           control message on a Friday night.
  614.  
  615.           NB:    It is good manners to put a description of the new
  616.               newsgroup into the newgroup message, along with a
  617.               one-line description suitable for inclusion into the
  618.               newsgroups file.
  619.  
  620.        4) Let the individual site news administrators decide
  621.           whether to honor your "newgroup" message.  Most admins
  622.           prefer that the message come from a verifiable account,
  623.           messages which are obviously forged, or have not been
  624.           discussed in alt.config and contain no explanation will
  625.           probably not be honored by many sites.  Persons opposed to
  626.           the group, or admins who feel that the newgroup message was
  627.           a forgery may send out "rmgroup" messages to try to sabotage
  628.           the group.  It may take several iterations of this process
  629.           to firmly establish the new group.  It has been humorously
  630.           suggested that only alt groups which get 100 more "newgroup"
  631.           than "rmgroup" messages should be established.  However,
  632.           these "rmgroup wars" are annoying to news administrators,
  633.           and reduce the overall acceptance (and distribution) of the
  634.           "alt" hierarchy.  This is the reason that steps 1 and 2
  635.           above are important.
  636.  
  637.  
  638. This may sound like a lot of rigamarole, and it is.  The purpose is to
  639. discourage creation of alt groups that might be better off as mainstream
  640. groups, or that might be better off left uncreated.
  641.  
  642. Don't take this all too seriously, though.  The "alt" net is the last
  643. remaining refuge away from the control freaks, namespace purists and
  644. net.cops (like myself) that maintain and enforce the mainstream
  645. newsgroup guidelines.
  646.  
  647. There is still some room for spontaneity out here on the "alt" frontier.
  648. Successful groups have been created without following these suggestions.
  649. Almost any non-forged, serious newgroup message will at least be
  650. considered by most news admins.  Some groups have been created just on a
  651. whim.  The concept behind the group better be good (or a least
  652. entertaining), though!
  653.  
  654. [ If you want more information on mainstream group creation see the post
  655.   "How to Create a New Newsgroup" posted to news.answers, news.admin and
  656.   news.groups. ]
  657.  
  658. --
  659.  Christopher Samuel, c/o Computer Unit, UCW Aberystwyth, Aberystwyth, WALES
  660.   RFC: ccs@aber.ac.uk   UUCP: *!mcsun!uknet!aber!ccs   JNT: ccs@uk.ac.aber
  661.           Deddf Iaith Newydd i Gymru | New Language Act for Wales
  662. Xref: bloom-picayune.mit.edu alt.security:8507 comp.security.misc:2082 news.answers:4496
  663. Path: bloom-picayune.mit.edu!enterpoop.mit.edu!news.media.mit.edu!micro-heart-of-gold.mit.edu!wupost!spool.mu.edu!agate!doc.ic.ac.uk!uknet!gdt!aber!aem
  664. From: aem@aber.ac.uk (Alec David Muffett)
  665. Newsgroups: alt.security,comp.security.misc,news.answers
  666. Subject: FAQ: Computer Security Frequently Asked Questions
  667. Summary: Answers to questions which appear in alt.security/comp.security.misc
  668. Keywords: Security FAQ
  669. Message-ID: <alt.security_723854602@aber.ac.uk>
  670. Date: 8 Dec 92 22:43:25 GMT
  671. Expires: Tue, 12 Jan 1993 22:43:22 GMT
  672. Sender: aem@aber.ac.uk (Alec David Muffett)
  673. Followup-To: poster
  674. Organization: University of Wales, Aberystwyth
  675. Lines: 1137
  676. Approved: news-answers-request@MIT.Edu
  677. Supersedes: <alt.security_720884532@aber.ac.uk>
  678.  
  679. Archive-name: alt-security-faq
  680. Last-modified: 1992/6/20
  681. Version: 1.4
  682.  
  683. Version History:
  684. 1.4    Fixed John Haugh's name, modified entry for "shadow"
  685.     Added Ulf Kieber's update on the rainbow series
  686.     Added bit about Karila paper
  687. 1.3:    Tweak for comp.security.misc/news.answers
  688.     Updated entry for orange book (foreign purchases)
  689. 1.2:    Undocumented prior to this
  690. ---------------------------------------------------------------------------
  691.     Almost Everything You Ever Wanted To Know About Security*
  692.                *(but were afraid to ask!)
  693.  
  694. This document is meant to answer some of the questions which regularly
  695. appear in the Usenet newsgroups "comp.security.misc" and "alt.security",
  696. and is meant to provide some background to the subject for newcomers to
  697. that newsgroup.
  698.  
  699. This FAQ is maintained by Alec Muffett (aem@aber.ac.uk, uknet!aber!aem),
  700. with contributions from numerous others [perhaps].  The views expressed
  701. in the document are the personal views of the author(s), and it should
  702. not be inferred that they are necessarily shared by anyone with whom the
  703. author(s) are now, or ever may be, associated.
  704.  
  705. Many thanks go to (in no particular order): Steve Bellovin, Matt Bishop,
  706. Mark Brader, Ed DeHart, Dave Hayes, Jeffrey Hutzelman, William LeFebvre,
  707. Wes Morgan, Rob Quinn, Chip Rosenthal, Wietse Venema, Gene Spafford,
  708. John Wack and Randall Atkinson.
  709.  
  710. Disclaimer: Every attempt is made to ensure that the information
  711. contained in this FAQ is up to date and accurate, but no responsibility
  712. will be accepted for actions resulting from information gained herein.
  713.